pingcap / style-guide

Style guide for PingCAP and TiKV code
Apache License 2.0
81 stars 7 forks source link

rust/modules: pub mod or re-export #4

Closed nrc closed 4 years ago

nrc commented 4 years ago

I think we should not do both, i.e., there is always just one place where an item is imported from.

Hoverbear commented 4 years ago

Would https://doc.rust-lang.org/rustdoc/the-doc-attribute.html#docno_inlinedocinline be needed if we decide on re-export?