Skip to content

Commit

Permalink
We have Rust 1.25 now
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jan 10, 2018
1 parent a8556d7 commit 2491814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/panicking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ impl<'a> Location<'a> {
///
/// panic!("Normal panic");
/// ```
#[stable(feature = "panic_col", since = "1.24")]
#[stable(feature = "panic_col", since = "1.25")]
pub fn column(&self) -> u32 {
self.col
}
Expand Down

0 comments on commit 2491814

Please sign in to comment.