Use consistent formatting for module-level comments.

This commit is contained in:
Dan Gohman
2017-11-08 14:49:27 -08:00
parent e213c2654f
commit ced7a88ecc
8 changed files with 7 additions and 21 deletions

View File

@@ -1,9 +1,4 @@
// ====--------------------------------------------------------------------------------------====//
//
// Lexical analysis for .cton files.
//
// ====--------------------------------------------------------------------------------------====//
//! Lexical analysis for .cton files.
use std::str::CharIndices;
use std::u16;

View File

@@ -1,9 +1,4 @@
// ====--------------------------------------------------------------------------------------====//
//
// Parser for .cton files.
//
// ====--------------------------------------------------------------------------------------====//
//! Parser for .cton files.
use std::collections::HashMap;
use std::str::FromStr;