chore: Bump Rust version to 1.86 (#28021)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
7492ec3f67
commit
c6e2d20a02
17 changed files with 24 additions and 23 deletions
|
@ -3259,7 +3259,7 @@ impl ProjectPanel {
|
|||
.take(prefix_components)
|
||||
.collect::<PathBuf>();
|
||||
if let Some(last_component) =
|
||||
Path::new(processing_filename).components().last()
|
||||
Path::new(processing_filename).components().next_back()
|
||||
{
|
||||
new_path.push(last_component);
|
||||
previous_components.next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue