Skip to content
Snippets Groups Projects
Commit 2f91f3a9 authored by Éloïs's avatar Éloïs
Browse files

comply fmt

parent 51eec885
Branches
Tags
1 merge request!31Resolve "Clippy runner crashes when compiling clippy"
......@@ -63,8 +63,7 @@ pub enum V10Document {
}
/// Trait for a V10 document.
pub trait TextDocument
: Document<PublicKey = ed25519::PublicKey, CurrencyType = str> {
pub trait TextDocument: Document<PublicKey = ed25519::PublicKey, CurrencyType = str> {
/// Return document as text.
fn as_text(&self) -> &str;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment