Split common.rs

This commit is contained in:
Alexis Mousset
2014-11-11 01:32:47 +01:00
parent 82be50327f
commit 2ee20eb66c
8 changed files with 158 additions and 140 deletions

View File

@@ -14,7 +14,7 @@
use std::from_str::FromStr;
use std::fmt::{Show, Formatter, Result};
use common::remove_trailing_crlf;
use tools::remove_trailing_crlf;
/// Contains an SMTP reply, with separed code and message
///