Fix docs highlight in dict_iter_missing_items.rs (#15140)
This commit is contained in:
@@ -33,6 +33,7 @@ use crate::checkers::ast::Checker;
|
||||
///
|
||||
/// for city, population in data.items():
|
||||
/// print(f"{city} has population {population}.")
|
||||
/// ```
|
||||
///
|
||||
/// ## Known problems
|
||||
/// If the dictionary key is a tuple, e.g.:
|
||||
|
||||
Reference in New Issue
Block a user