Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Nov 30, 2024
1 parent 07b8a3f commit 4525a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::Location;
use std::path::Path;

impl<'a> Location<'a> {
impl Location<'_> {
pub fn get_path(&self) -> std::path::PathBuf {
match self {
Self::CustomPath(path) => path.to_path_buf(),
Expand Down

0 comments on commit 4525a32

Please sign in to comment.