Update 'Fairing' example to reflect doc's content.

This commit is contained in:
Stuart Hinson 2017-07-14 13:01:57 -07:00 committed by Sergio Benitez
parent cdacda0896
commit b3f41f248c
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ pub trait Fairing: Send + Sync + 'static {
/// fn info(&self) -> Info { /// fn info(&self) -> Info {
/// Info { /// Info {
/// name: "My Custom Fairing", /// name: "My Custom Fairing",
/// kind: Kind::Attach | Kind::Launch | Kind::Response /// kind: Kind::Launch | Kind::Response
/// } /// }
/// } /// }
/// } /// }