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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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