nushell/crates/nu-plugin-protocol/src
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
..
plugin_custom_value Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
evaluated_call.rs Fix bad method links in docstrings (#13471) 2024-07-27 19:39:29 -07:00
lib.rs Make plugins able to find and call other commands (#13407) 2024-07-19 13:54:21 +08:00
protocol_info.rs Split the plugin crate (#12563) 2024-04-27 12:08:12 -05:00
test_util.rs Split the plugin crate (#12563) 2024-04-27 12:08:12 -05:00
tests.rs Split the plugin crate (#12563) 2024-04-27 12:08:12 -05:00