glob
glob copied to clipboard
`matches_path` should work on absolute paths
Right now this isn't possible:
Pattern::new("file.*").unwrap().matches_path(&PathBuf::from("/root/some/path/file.rs");
And I don't see why it shouldn't be possible, even if behind an option.