Minimize visibilities.
This makes it much clearer which things are used outside the crate.
This commit is contained in:
parent
04a318787b
commit
bdacdfe95f
24 changed files with 188 additions and 179 deletions
|
@ -1,9 +1,9 @@
|
|||
pub mod archive;
|
||||
pub mod command;
|
||||
pub(crate) mod command;
|
||||
pub mod link;
|
||||
pub mod linker;
|
||||
pub(crate) mod linker;
|
||||
pub mod lto;
|
||||
pub mod metadata;
|
||||
pub mod rpath;
|
||||
pub(crate) mod rpath;
|
||||
pub mod symbol_export;
|
||||
pub mod write;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue