Files
codeql/rust/ql/test/extractor-tests/generated/MacroItems/common_definitions.rs
2024-10-10 16:28:10 +02:00

6 lines
89 B
Rust

use std::path::Path;
fn get_parent(path: &Path) -> &Path {
path.parent().unwrap()
}