()
| 1720 | |
| 1721 | #[test] |
| 1722 | fn str_call() { |
| 1723 | let [s1, s2] = test_strings(); |
| 1724 | assert_str_properties(&from_str(&s1), &from_str(&s2)); |
| 1725 | } |
| 1726 | |
| 1727 | #[test] |
| 1728 | fn str_try_into() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…