mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
MAINT: Doc fixes.
This commit is contained in:
parent
52fe7c3944
commit
b24980bd1f
@ -1,3 +1,4 @@
|
||||
//! Input stream wrappers for use in abortable_parser.
|
||||
use std::convert::From;
|
||||
use std::iter::Iterator;
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//! The tokenization stext_tokene of the ucg compiler.
|
||||
//! The tokenization stage of the ucg compiler.
|
||||
use std;
|
||||
|
||||
use abortable_parser::combinators::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user