Skip to content

Commit 3b76273

Browse files
claudehyperpolymath
authored andcommitted
docs(nif): unlink private intra-doc ref to satisfy cargo doc -D warnings
https://claude.ai/code/session_01E8BpV19yxhf67UrCrvkfTr
1 parent b6de509 commit 3b76273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust-core/verisim-nif/src

rust-core/verisim-nif/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! honest stub is the correct behaviour until the store is actually wired in.
1818
//!
1919
//! When an operation is implemented, replace its `not_implemented` body with a
20-
//! real call through the shared [`runtime`]/store; the Elixir transport then
20+
//! real call through the shared `runtime`/store; the Elixir transport then
2121
//! observes a real result instead of an error and begins routing to the NIF.
2222
//!
2323
//! ## Transport selection (Elixir side)

0 commit comments

Comments
 (0)