tagref icon indicating copy to clipboard operation
tagref copied to clipboard

False positive on Rust code

Open langston-barrett opened this issue 2 weeks ago • 1 comments

I have the following snippet of code in my project:

    files: &mut [file::File],

tagref check yields:

Error when validating [file::File] @ ./src/plan.rs:68: No such file or directory (os error 2)

It would be nice to be able to disable tagref on a given line for cases like this.

Environment information:

  • Tagref version: 1.10.0
  • OS: nixos

langston-barrett avatar Dec 20 '25 21:12 langston-barrett