stricten linked test

This commit is contained in:
AF 2025-09-12 18:33:51 +00:00
parent 3f61668268
commit 53adfeb68c
Signed by: alisa
SSH Key Fingerprint: SHA256:vNY4pdIZvO1FYJKHROkdHLtvyopizvZVAEwg9AF6h04

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();
} }