Skip to content

Commit

Permalink
Add missing doc comments in lexer submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Oct 28, 2019
1 parent d9609cd commit c3b2a03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix-parser/src/lexer/lexers/path.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Combinators for lexing single paths and path templates.

use nom::branch::alt;
use nom::bytes::complete::{take_while, take_while1};
use nom::character::complete::char;
Expand Down
2 changes: 2 additions & 0 deletions nix-parser/src/lexer/util.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Utility functions for the lexer.

use codespan::Span;
use nom::Slice;

Expand Down

0 comments on commit c3b2a03

Please sign in to comment.