nushell/crates/nu-protocol/src/engine
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
..
argument.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
cached_file.rs Refactor source cache into CachedFile struct (#12240) 2024-03-20 19:43:50 +01:00
call_info.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
call.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
capture_block.rs Remove the Value::Block case (#12582) 2024-04-21 07:03:33 +02:00
command.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
engine_state.rs Fix bad method links in docstrings (#13471) 2024-07-27 19:39:29 -07:00
error_handler.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
mod.rs Document public types in nu-protocol (#12906) 2024-07-11 13:30:12 +02:00
overlay.rs Style: move some Option if/else to method chains (#12285) 2024-03-26 08:35:51 +08:00
pattern_match.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
stack_out_dest.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
stack.rs Fix bad method links in docstrings (#13471) 2024-07-27 19:39:29 -07:00
state_delta.rs Span ID Refactor - Step 1 (#12960) 2024-06-05 09:57:14 +08:00
state_working_set.rs Remove unused field in StateWorkingSet (#13387) 2024-07-16 11:28:31 +02:00
usage.rs Fix usage parsing for commands defined in CRLF (windows) files (#13212) 2024-06-23 18:43:05 -05:00
variable.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00