Home
last modified time | relevance | path

Searched refs:short_lived (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/log/src/kv/
Dvalue.rs930 let short_lived = String::from("short lived"); in test_to_str() localVariable
931 let v = Value::from(&*short_lived); in test_to_str()
1029 let short_lived = String::from("A short-lived string"); in test_visit_borrowed_str() localVariable
1030 Value::from(&*short_lived).visit(&mut extract).unwrap(); in test_visit_borrowed_str()