We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db61349 commit c91e97fCopy full SHA for c91e97f
src/libextra/terminfo/searcher.rs
@@ -15,7 +15,7 @@ use core::prelude::*;
15
use core::{os, str};
16
use core::os::getenv;
17
use core::io::{file_reader, Reader};
18
-use path = core::path::PosixPath;
+use path = core::path::Path;
19
20
/// Return path to database entry for `term`
21
pub fn get_dbpath_for_term(term: &str) -> Option<~path> {
0 commit comments