We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f997924 + 3479436 commit c96b1d8Copy full SHA for c96b1d8
src/libextra/uuid.rs
@@ -787,7 +787,7 @@ mod bench {
787
pub fn parse_str(bh: &mut BenchHarness) {
788
let s = "urn:uuid:F9168C5E-CEB2-4faa-B6BF-329BF39FA1E4";
789
do bh.iter {
790
- let u = Uuid::parse_string(s);
+ Uuid::parse_string(s);
791
}
792
793
src/libstd/run.rs
@@ -949,7 +949,7 @@ fn waitpid(pid: pid_t) -> int {
949
#[cfg(test)]
950
mod tests {
951
use io;
952
- use libc::{c_int, uintptr_t};
+ use libc::c_int;
953
use option::{Option, None, Some};
954
use os;
955
use path::Path;
0 commit comments