Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Commits
2f91f3a9
Commit
2f91f3a9
authored
7 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
comply fmt
parent
51eec885
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!31
Resolve "Clippy runner crashes when compiling clippy"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
protocol/blockchain/v10/documents/mod.rs
+1
-2
1 addition, 2 deletions
protocol/blockchain/v10/documents/mod.rs
wotb/rusty.rs
+1
-1
1 addition, 1 deletion
wotb/rusty.rs
with
2 additions
and
3 deletions
protocol/blockchain/v10/documents/mod.rs
+
1
−
2
View file @
2f91f3a9
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
wotb/rusty.rs
+
1
−
1
View file @
2f91f3a9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment