include tomllib in standard lib (#2345)

This commit is contained in:
Simon Brugman
2023-01-30 12:59:59 +01:00
committed by GitHub
parent 7a83b65fbe
commit 502574797f

View File

@@ -194,6 +194,7 @@ pub static KNOWN_STANDARD_LIBRARY: Lazy<FxHashSet<&'static str>> = Lazy::new(||
"tkinter",
"token",
"tokenize",
"tomllib",
"trace",
"traceback",
"tracemalloc",