Skip to content

Commit

Permalink
Satisfy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
covracer committed May 14, 2023
1 parent b1425af commit 6aaf205
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 6aaf205

Please sign in to comment.