mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-25 19:52:37 +02:00
Fix all clippy warnings for CI compatibility
This commit is contained in:
@@ -118,8 +118,6 @@ pub fn sanitize_path(p: &str) -> String {
|
||||
}
|
||||
}
|
||||
|
||||
/// Check whether a path looks like a network/UNC path (for warning purposes).
|
||||
|
||||
/// Check whether a path looks like a network/UNC path (for warning purposes).
|
||||
pub fn is_network_path(p: &str) -> bool {
|
||||
p.starts_with("\\\\") || p.starts_with("//")
|
||||
|
||||
Reference in New Issue
Block a user