Commit ccde95f
authored
Rollup merge of rust-lang#102869 - azdavis:master, r=joshtriplett
Add basename and dirname aliases
Users might be used to the POSIX names of these functions. In fact, here's a [blog post][1] about this very thing.
[1]: https://boinkor.net/2019/07/basename-and-dirname-in-rust/1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2158 | 2158 | | |
2159 | 2159 | | |
2160 | 2160 | | |
| 2161 | + | |
2161 | 2162 | | |
2162 | 2163 | | |
2163 | 2164 | | |
| |||
2225 | 2226 | | |
2226 | 2227 | | |
2227 | 2228 | | |
| 2229 | + | |
2228 | 2230 | | |
2229 | 2231 | | |
2230 | 2232 | | |
| |||
0 commit comments