parsers: correct cargo doc warnings
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
200147b551
commit
afcf9fb2d0
13 changed files with 36 additions and 34 deletions
|
|
@ -27,7 +27,7 @@ generate_element!(
|
|||
);
|
||||
|
||||
impl Content {
|
||||
/// Creates a new <content/> element.
|
||||
/// Creates a new \<content/\> element.
|
||||
pub fn new(name: &str) -> Content {
|
||||
Content {
|
||||
name: ContentId(name.to_string()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue