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,9 +14,9 @@
use std::error::FromError;
use std::fmt::{Show, Formatter, Result};
use common::SP;
use response::Response;
use error::SmtpResult;
use common::SP;
/// Supported SMTP commands
///