##// END OF EJS Templates
import-checker: allow symbol imports from typing module...
import-checker: allow symbol imports from typing module As we add typing annotations, we'll want to use a lot of symbols from the `typing` module. Typing `typing` all the time will be annoying. Let's allow symbol imports from this module. While I was here, I changed some comments from "whitelist" to "allow list" as the former is non-inclusive terminology. Differential Revision: https://phab.mercurial-scm.org/D12365
Gregory Szorc -
r49816:8dec9abf default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / dirstate_tree
dirstate_map.rs Loading ...
on_disk.rs Loading ...
owning.rs Loading ...
path_with_basename.rs Loading ...
status.rs Loading ...