Set command ending in the client

This commit is contained in:
Alexis Mousset
2014-11-04 18:51:08 +01:00
parent 22b2dad57f
commit ba6c879be1
4 changed files with 14 additions and 14 deletions

View File

@@ -7,10 +7,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![unstable]
//! Represents a valid complete SMTP command, ready to be sent to a server
#![unstable]
use std::fmt::{Show, Formatter, Result};
use common::SP;