This commit is contained in:
lumi 2017-03-25 23:50:58 +01:00
parent 97f597d89d
commit f999429df8

View file

@ -98,7 +98,6 @@
//! }
//!
//! impl_validator_using_provider!(MyValidator, secret::Pbkdf2Sha256);
//!
//! fn finish<CM, SM>(cm: &mut CM, sm: &mut SM) -> Result<Identity, String>
//! where CM: ClientMechanism,