stricten linked test
All checks were successful
buildbot/mdbook test Build done.

This commit is contained in:
AF 2024-02-22 16:45:42 +00:00
parent 394905e4a2
commit 5a3a743b70

View File

@ -59,7 +59,8 @@ let mut linked = Linked {
linked.call(); linked.call();
{ {
let mut linked = linked.with("1"); let s = "1".to_string();
let mut linked = linked.with(&s);
linked.with("2").call(); linked.with("2").call();
linked.with("3").call(); linked.with("3").call();
} }