Skip to content

Commit e504e55

Browse files
committed
Auto merge of #124354 - matthiaskrgr:rollup-xsdnixm, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - #124322 (chore: fix some typos in comments) - #124333 (Improve diagnostic for unknown `--print` request) - #124334 (Strengthen tracking issue policy with consequences) - #124335 (Stabilize `std::path::absolute`) - #124351 (fix typo in binary_heap docs) r? `@ghost` `@rustbot` modify labels: rollup
2 parents e140b8a + a703652 commit e504e55

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#![feature(let_chains)]
1313
#![feature(lint_reasons)]
1414
#![feature(trait_upcasting)]
15-
#![feature(absolute_path)]
1615
// Configure clippy and other lints
1716
#![allow(
1817
clippy::collapsible_else_if,

tests/pass/shims/path.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@compile-flags: -Zmiri-disable-isolation
2-
#![feature(absolute_path)]
32
use std::path::{absolute, Path};
43

54
#[track_caller]

0 commit comments

Comments
 (0)