Skip to content

Commit d9a4d3e

Browse files
committed
Remove outdated, now incorrect, comment
1 parent a474afb commit d9a4d3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aml/src/name_object.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ impl NameSeg {
200200
Ok(NameSeg(seg))
201201
}
202202

203-
/// Turn a `NameSeg` into a `&str`. Returns it in a `ParseResult` so it's easy to use from
204-
/// inside parsers.
205203
pub fn as_str(&self) -> &str {
206204
/*
207205
* This is safe, because we always check that all the bytes are valid ASCII, so every

0 commit comments

Comments
 (0)