Skip to content

Commit cf7c3a8

Browse files
Fix buggy doc test
1 parent a7d9979 commit cf7c3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ pub trait LazyStatic {
207207
/// extern crate lazy_static;
208208
///
209209
/// lazy_static! {
210-
/// static ref BUFFER: Vec<u8> = (0..65537).collect();
210+
/// static ref BUFFER: Vec<u8> = (0..255).collect();
211211
/// }
212212
///
213213
/// fn main() {

0 commit comments

Comments
 (0)