()
| 1029 | |
| 1030 | #[test_case] |
| 1031 | fn path_join() { |
| 1032 | assert_eq!(Path::new("/etc").join("passwd"), PathBuf::from("/etc/passwd")); |
| 1033 | } |
| 1034 | |
| 1035 | #[test_case] |
| 1036 | fn pathbuf_with_capacity() { |
nothing calls this directly
no outgoing calls
no test coverage detected