Skip to content

Commit

Permalink
fix up a failing doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Feb 26, 2019
1 parent 6bbad42 commit bc5588b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pub trait LazyStatic {
/// extern crate lazy_static;
///
/// lazy_static! {
/// static ref BUFFER: Vec<u8> = (0..65537).collect();
/// static ref BUFFER: Vec<u8> = (0..255).collect();
/// }
///
/// fn main() {
Expand Down

0 comments on commit bc5588b

Please sign in to comment.