mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2024-11-23 15:40:19 +00:00
Fix compilation of documentation code
This commit is contained in:
parent
53a3542120
commit
ebfbb26a29
@ -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
|
||||
//! }
|
||||
|
Loading…
Reference in New Issue
Block a user