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
6d12965d
Commit
6d12965d
authored
7 years ago
by
Éloïs
Browse files
Options
Downloads
Plain Diff
Merge branch '44-clippy-runner-crashes-when-compiling-clippy' into 'dev'
Resolve "Clippy runner crashes when compiling clippy" Closes
#44
See merge request
!31
parents
014aa88d
2f91f3a9
No related branches found
No related tags found
1 merge request
!31
Resolve "Clippy runner crashes when compiling clippy"
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
protocol/blockchain/v10/documents/mod.rs
+1
-2
1 addition, 2 deletions
protocol/blockchain/v10/documents/mod.rs
wotb/clippy.toml
+0
-1
0 additions, 1 deletion
wotb/clippy.toml
wotb/rusty.rs
+1
-1
1 addition, 1 deletion
wotb/rusty.rs
with
4 additions
and
6 deletions
.gitlab-ci.yml
+
2
−
2
View file @
6d12965d
...
...
@@ -48,9 +48,9 @@ clippy:
-
redshift-rs-nightly
before_script
:
-
export PATH="$HOME/.cargo/bin:$PATH"
-
cargo install --force clippy
-
cargo install --force clippy
--verbose
script
:
-
cargo clippy --all -- -D warnings
-
cargo clippy --all -- -D warnings
--verbose
allow_failure
:
true
fmt
:
...
...
This diff is collapsed.
Click to expand it.
protocol/blockchain/v10/documents/mod.rs
+
1
−
2
View file @
6d12965d
...
...
@@ -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/clippy.toml
deleted
100644 → 0
+
0
−
1
View file @
014aa88d
doc_valid_idents
=
[
"WoT"
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
wotb/rusty.rs
+
1
−
1
View file @
6d12965d
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