Skip to content

Commit 54f0f4e

Browse files
committed
mod_interface: better description, meta_tools: optional mod_interface
1 parent 4f99916 commit 54f0f4e

File tree

210 files changed

+407
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+407
-265
lines changed

module/alias/instance_of/src/typing/implements_lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// #[ macro_use ]
1616
mod implements_impl;
1717

18-
/// Internal namespace.
18+
/// Define a private namespace for all its items.
1919
mod private
2020
{
2121

module/alias/instance_of/src/typing/is_slice_lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
#![ doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "Readme.md" ) ) ]
1414

15-
/// Internal namespace.
15+
/// Define a private namespace for all its items.
1616
mod private
1717
{
1818

module/alias/wtest_basic/src/test/basic/helper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! Helpers.
44
//!
55
6-
/// Internal namespace.
6+
/// Define a private namespace for all its items.
77
mod private
88
{
99

module/alias/wtest_basic/src/test/basic/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! Basic tools for testing.
44
//!
55
6-
/// Internal namespace.
6+
/// Define a private namespace for all its items.
77
mod private
88
{
99
}

module/core/async_from/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub mod dependency
1111
pub use ::async_trait;
1212
}
1313

14-
/// Internal namespace.
14+
/// Define a private namespace for all its items.
1515
#[ cfg( feature = "enabled" ) ]
1616
mod private
1717
{

module/core/async_tools/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub mod dependency
1212
pub use ::async_from;
1313
}
1414

15-
/// Internal namespace.
15+
/// Define a private namespace for all its items.
1616
#[ cfg( feature = "enabled" ) ]
1717
mod private
1818
{

module/core/clone_dyn/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub mod dependency
1414
pub use ::clone_dyn_types;
1515
}
1616

17-
/// Internal namespace.
17+
/// Define a private namespace for all its items.
1818
#[ cfg( feature = "enabled" ) ]
1919
mod private
2020
{

module/core/clone_dyn_types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub mod dependency
1010
{
1111
}
1212

13-
/// Internal namespace.
13+
/// Define a private namespace for all its items.
1414
// #[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ]
1515
#[ cfg( feature = "enabled" ) ]
1616
mod private

module/core/data_type/src/dt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Internal namespace.
1+
/// Define a private namespace for all its items.
22
mod private
33
{
44
}

module/core/diagnostics_tools/src/diag/rta.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Internal namespace.
1+
/// Define a private namespace for all its items.
22
mod private
33
{
44

0 commit comments

Comments
 (0)