Fix fallout
This commit is contained in:
parent
df0c6d9385
commit
dbde7419cc
15 changed files with 18 additions and 27 deletions
|
@ -447,8 +447,8 @@ static dot_dot_static: &'static [u8] = b"..";
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use prelude::*;
|
||||
use super::*;
|
||||
use prelude::*;
|
||||
use str;
|
||||
|
||||
macro_rules! t {
|
||||
|
|
|
@ -1121,7 +1121,7 @@ fn prefix_len(p: Option<PathPrefix>) -> uint {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use prelude::*;
|
||||
use mem;
|
||||
use super::*;
|
||||
use super::PathPrefix::*;
|
||||
use super::parse_prefix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue