Fix docs highlight in dict_iter_missing_items.rs (#15140)

This commit is contained in:
sobolevn
2024-12-25 20:52:17 +03:00
committed by GitHub
parent 5bc9d6d3aa
commit 8b9c843c72

View File

@@ -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.: