We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e140b8a + a703652 commit e504e55Copy full SHA for e504e55
src/lib.rs
@@ -12,7 +12,6 @@
12
#![feature(let_chains)]
13
#![feature(lint_reasons)]
14
#![feature(trait_upcasting)]
15
-#![feature(absolute_path)]
16
// Configure clippy and other lints
17
#![allow(
18
clippy::collapsible_else_if,
tests/pass/shims/path.rs
@@ -1,5 +1,4 @@
1
//@compile-flags: -Zmiri-disable-isolation
2
3
use std::path::{absolute, Path};
4
5
#[track_caller]
0 commit comments