Fix compilation of documentation code

This commit is contained in:
Geoffroy Couprie 2015-02-20 19:42:06 +01:00
parent 53a3542120
commit ebfbb26a29

View File

@ -27,7 +27,7 @@
//! println!("{} -> {}", self.counter, str::from_utf8(input).unwrap());
//! self.counter = self.counter + 1;
//! if self.counter <=4 {
//! ConsumerState::Await
//! ConsumerState::Await(0)
//! } else {
//! ConsumerState::ConsumerDone
//! }