diff options
Diffstat (limited to 'rust/src/section.rs')
| -rw-r--r-- | rust/src/section.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/section.rs b/rust/src/section.rs index 547f1d34..9790801c 100644 --- a/rust/src/section.rs +++ b/rust/src/section.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//! Sections are [crate::segment::Segment]s that are loaded into memory at run time + use std::fmt; use std::ops::Range; |
