mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-23 04:22:06 +00:00
The path_filename function/method isn't declared public. If the declaration is changed, rustc complains about a conflict. This seems to be the minimal change needed for tests to run.
This commit is contained in:
parent
30a48e05c2
commit
8b2a19046e
@ -490,7 +490,7 @@ fn ext<'a>(name: &'a str) -> Option<String> {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
pub mod test {
|
pub mod test {
|
||||||
pub use super::*;
|
pub use super::*;
|
||||||
pub use super::path_filename;
|
use super::path_filename;
|
||||||
|
|
||||||
pub use column::{Cell, Column};
|
pub use column::{Cell, Column};
|
||||||
pub use std::old_io as io;
|
pub use std::old_io as io;
|
||||||
|
Loading…
Reference in New Issue
Block a user