We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960aca0 commit 5a9b058Copy full SHA for 5a9b058
src/types/mod.rs
@@ -325,7 +325,6 @@ impl<'url> GitUrl<'url> {
325
#[cfg(feature = "url")]
326
{
327
// Since we don't fully implement any spec, we'll rely on the url crate
328
- println!("{:#?}", self.url_compat_display());
329
let _u = url::Url::parse(&self.url_compat_display())?;
330
}
331
0 commit comments