mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Add accidentally removed link in docs
This commit is contained in:
parent
d27e259b26
commit
63cfeb26ef
@ -9,7 +9,7 @@ use std::{
|
|||||||
///
|
///
|
||||||
/// This is different from [`Path::display`].
|
/// This is different from [`Path::display`].
|
||||||
///
|
///
|
||||||
/// See for a comparison.
|
/// See https://gist.github.com/marcospb19/ebce5572be26397cf08bbd0fd3b65ac1 for a comparison.
|
||||||
pub fn to_utf(os_str: impl AsRef<OsStr>) -> String {
|
pub fn to_utf(os_str: impl AsRef<OsStr>) -> String {
|
||||||
let text = format!("{:?}", os_str.as_ref());
|
let text = format!("{:?}", os_str.as_ref());
|
||||||
text.trim_matches('"').to_string()
|
text.trim_matches('"').to_string()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user