1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-03 00:46:57 +02:00

Use public comments for public items

This commit is contained in:
mo8it
2024-05-13 21:40:40 +02:00
parent 39a19f9450
commit d48e86b154
5 changed files with 25 additions and 25 deletions

View File

@ -14,7 +14,7 @@ use crate::{
DEBUG_PROFILE,
};
// The initial capacity of the output buffer.
/// The initial capacity of the output buffer.
pub const OUTPUT_CAPACITY: usize = 1 << 14;
pub struct Exercise {