We have Rust 1.25 now

This commit is contained in:
est31 2018-01-10 03:24:24 +01:00
parent a8556d77c6
commit 24918148bb

View File

@ -328,7 +328,7 @@ pub fn line(&self) -> u32 {
///
/// panic!("Normal panic");
/// ```
#[stable(feature = "panic_col", since = "1.24")]
#[stable(feature = "panic_col", since = "1.25")]
pub fn column(&self) -> u32 {
self.col
}