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
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
Merge requests
!31
Resolve "Clippy runner crashes when compiling clippy"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Clippy runner crashes when compiling clippy"
44-clippy-runner-crashes-when-compiling-clippy
into
dev
Overview
0
Commits
5
Pipelines
0
Changes
4
Merged
Éloïs
requested to merge
44-clippy-runner-crashes-when-compiling-clippy
into
dev
6 years ago
Overview
0
Commits
5
Pipelines
0
Changes
4
Expand
Closes
#44 (closed)
Edited
6 years ago
by
Éloïs
0
0
Merge request reports
Compare
dev
version 4
51eec885
6 years ago
version 3
0ca481f0
6 years ago
version 2
74899917
6 years ago
version 1
fb02cb91
6 years ago
dev (base)
and
latest version
latest version
2f91f3a9
5 commits,
6 years ago
version 4
51eec885
4 commits,
6 years ago
version 3
0ca481f0
2 commits,
6 years ago
version 2
74899917
1 commit,
6 years ago
version 1
fb02cb91
1 commit,
6 years ago
4 files
+
4
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
protocol/blockchain/v10/documents/mod.rs
+
1
−
2
Options
@@ -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
;
Loading