nushell/crates/nu-protocol/src/errors
Devyn Cairns d618fd0527
Fix bad method links in docstrings (#13471)
# Description

Seems like I developed a bit of a bad habit of trying to link

```rust
/// [`.foo()`]
```

in docstrings, and this just doesn't work automatically; you have to do 

```rust
/// [`.foo()`](Self::foo)
```

if you want it to actually link. I think I found and replaced all of
these.

# User-Facing Changes

Just docs.
2024-07-27 19:39:29 -07:00
..
cli_error.rs Deprecate group in favor of chunks (#13377) 2024-07-16 03:49:00 +00:00
compile_error.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
labeled_error.rs Fix bad method links in docstrings (#13471) 2024-07-27 19:39:29 -07:00
mod.rs Deprecate group in favor of chunks (#13377) 2024-07-16 03:49:00 +00:00
parse_error.rs Mention the actual output type on an OutputMismatch error (#13355) 2024-07-12 11:45:53 +02:00
parse_warning.rs Deprecate group in favor of chunks (#13377) 2024-07-16 03:49:00 +00:00
shell_error.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00