Fix: Add missing documentation for mod module_path
This commit is contained in:
parent
3b51328aa7
commit
c64cdad63b
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ macro_rules! module_entry_path_mod {
|
||||||
unstable_features,
|
unstable_features,
|
||||||
unused_import_braces, unused_qualifications,
|
unused_import_braces, unused_qualifications,
|
||||||
unused_imports)]
|
unused_imports)]
|
||||||
|
/// A helper module to create valid module entry paths
|
||||||
pub mod module_path {
|
pub mod module_path {
|
||||||
use semver::Version;
|
use semver::Version;
|
||||||
use std::convert::AsRef;
|
use std::convert::AsRef;
|
||||||
|
|
Loading…
Reference in a new issue