mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 09:43:31 +02:00
Use public comments for public items
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user