Skip to content

Commit 4562803

Browse files
brsonalexcrichton
authored andcommitted
core: Fix failure doc comment
1 parent 678814a commit 4562803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/failure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! interface for failure is:
1717
//!
1818
//! ```ignore
19-
//! fn begin_unwind(fmt: &fmt::Arguments, file: &str, line: uint) -> !;
19+
//! fn begin_unwind(fmt: &fmt::Arguments, &(&'static str, uint)) -> !;
2020
//! ```
2121
//!
2222
//! This definition allows for failing with any general message, but it does not

0 commit comments

Comments
 (0)