fix(resolve): replace bindings to dummy for unresolved imports
This commit is contained in:
parent
24c180c438
commit
f34678c097
5 changed files with 29 additions and 6 deletions
|
@ -421,7 +421,7 @@ pub enum TrimmedDefPaths {
|
|||
GoodPath,
|
||||
}
|
||||
|
||||
#[derive(Clone, Hash)]
|
||||
#[derive(Clone, Hash, Debug)]
|
||||
pub enum ResolveDocLinks {
|
||||
/// Do not resolve doc links.
|
||||
None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue