MAINT: Doc fixes.

This commit is contained in:
Jeremy Wall 2019-01-03 10:20:59 -06:00
parent 52fe7c3944
commit b24980bd1f
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
//! Input stream wrappers for use in abortable_parser.
use std::convert::From;
use std::iter::Iterator;

View File

@ -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::*;