diff options
| author | mo8it <mo8it@proton.me> | 2024-05-13 21:40:40 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-05-13 21:40:40 +0200 |
| commit | d48e86b1540dcf649412c088cc50161f3e356e26 (patch) | |
| tree | 4c2e4c833ccb8797795e7a9e2858f6b2d8f140f9 /src/exercise.rs | |
| parent | 39a19f945008ef59af107fe54d9dc62943469c8b (diff) | |
Use public comments for public items
Diffstat (limited to 'src/exercise.rs')
| -rw-r--r-- | src/exercise.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index 494fc42..a63c9aa 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -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 { |
