We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
testing::TestUrlExtension
1 parent 96164c5 commit 633f0a8Copy full SHA for 633f0a8
gix-url/src/lib.rs
@@ -370,11 +370,10 @@ impl Url {
370
}
371
372
/// This module contains extensions to the [Url] struct which are only intended to be used
373
-/// for testing code. Do not use this module in production! For all intends and purposes the APIs of
+/// for testing code. Do not use this module in production! For all intents and purposes, the APIs of
374
/// all functions and types exposed by this module are considered unstable and are allowed to break
375
/// even in patch releases!
376
#[doc(hidden)]
377
-#[cfg(debug_assertions)]
378
pub mod testing {
379
use bstr::BString;
380
0 commit comments