Skip to content

Commit

Permalink
Merge pull request #163 from nikomatsakis/file-extension
Browse files Browse the repository at this point in the history
use `frs` as the "formal Rust" extension
  • Loading branch information
oli-obk authored Apr 30, 2024
2 parents 0746dcd + 52573af commit c9e1316
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn main() -> Result<()> {
config,
args,
|path, args| {
path.extension().is_some_and(|ext| ext == "πŸ”¬") && default_filter_by_arg(path, args)
path.extension().is_some_and(|ext| ext == "frs") && default_filter_by_arg(path, args)
},
default_per_file_config,
(text, status_emitter::Gha::<true> { name: "ui".into() }),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c9e1316

Please sign in to comment.