mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2024-11-23 07:29:54 +00:00
Document second argument of multi::length_value
This commit is contained in:
parent
ea483e5a81
commit
a91dd52477
@ -890,6 +890,7 @@ where
|
||||
/// `length_value` will return an error.
|
||||
/// # Arguments
|
||||
/// * `f` The parser to apply.
|
||||
/// * `g` The parser to apply on the subslice.
|
||||
/// ```rust
|
||||
/// # #[macro_use] extern crate nom;
|
||||
/// # use nom::{Err, error::{Error, ErrorKind}, Needed, IResult};
|
||||
|
Loading…
Reference in New Issue
Block a user