stricten linked test
This commit is contained in:
parent
1ae30705ce
commit
774e3252e8
@ -59,7 +59,8 @@ let mut linked = Linked {
|
||||
|
||||
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("3").call();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user