Fix typo in bootstrap/lib.rs.

This commit is contained in:
Ahmed Charles 2016-08-27 02:10:09 -07:00
parent f0a414e74e
commit 6d88ab57b3

View File

@ -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,