Skip to content

Commit bc5588b

Browse files
committed
fix up a failing doc test
1 parent 6bbad42 commit bc5588b

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
@@ -195,7 +195,7 @@ pub trait LazyStatic {
195195
/// extern crate lazy_static;
196196
///
197197
/// lazy_static! {
198-
/// static ref BUFFER: Vec<u8> = (0..65537).collect();
198+
/// static ref BUFFER: Vec<u8> = (0..255).collect();
199199
/// }
200200
///
201201
/// fn main() {

0 commit comments

Comments
 (0)