Fix typo in bootstrap/lib.rs.
This commit is contained in:
parent
f0a414e74e
commit
6d88ab57b3
@ -46,7 +46,7 @@ use util::{exe, mtime, libdir, add_lib_path};
|
||||
/// * The error itself
|
||||
///
|
||||
/// This is currently used judiciously throughout the build system rather than
|
||||
/// using a `Result` with `try!`, but this may change on day...
|
||||
/// using a `Result` with `try!`, but this may change one day...
|
||||
macro_rules! t {
|
||||
($e:expr) => (match $e {
|
||||
Ok(e) => e,
|
||||
|
Loading…
x
Reference in New Issue
Block a user