-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now you can ignore links globally:
[ignore]
"name" = [ "link 1" ]and per-file:
["tracing-core/src/lib.rs"]
"`downcast_ref`" = [ "#method.downcast_ref" ]
but not per crate. It would be nice to be able to say "ignore links to String, but only in the core crate".
I'm not sure how to fit that in to the existing syntax - I think we might have hemmed ourselves in by getting too clever with the keys. Maybe something like this?
[[crate]]
name = "core"
"String" = "../../std/str/struct.String.html"That means you can't ignore a name link I think, but I'm not sure what other syntax intra-conv could use.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request