Skip to content

Commit

Permalink
Satisfy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
covracer committed Jun 3, 2023
1 parent 5a9f4aa commit a9cbfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_ambiguous_characters.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_mapping_data() -> dict:
def format_confusables_rs(raw_data: dict) -> str:
"""Format the downloaded data into a Rust source file."""
prelude = """
/// This file is auto-generated by scripts/update_ambiguous_characters.py.
/// This file is auto-generated by `scripts/update_ambiguous_characters.py`.
use once_cell::sync::Lazy;
use rustc_hash::FxHashMap;
Expand Down

0 comments on commit a9cbfdd

Please sign in to comment.