mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +00:00
fix: Ignore generic arguments in intra doc link path resolution
This commit is contained in:
parent
0ac05c0527
commit
ab533d887d
7 changed files with 74 additions and 50 deletions
|
|
@ -3,7 +3,7 @@ name = "syntax-fuzz"
|
|||
version = "0.0.1"
|
||||
publish = false
|
||||
edition = "2021"
|
||||
rust-version = "1.66.1"
|
||||
rust-version = "1.76"
|
||||
|
||||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
|
@ -26,4 +26,4 @@ name = "reparse"
|
|||
path = "fuzz_targets/reparse.rs"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue