1
Fork 0

fix(resolve): replace bindings to dummy for unresolved imports

This commit is contained in:
bohan 2023-05-12 02:09:46 +08:00
parent 24c180c438
commit f34678c097
5 changed files with 29 additions and 6 deletions

View file

@ -421,7 +421,7 @@ pub enum TrimmedDefPaths {
GoodPath,
}
#[derive(Clone, Hash)]
#[derive(Clone, Hash, Debug)]
pub enum ResolveDocLinks {
/// Do not resolve doc links.
None,