Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
João Magalhães
boytacean
Commits
1452f6f5
Verified
Commit
1452f6f5
authored
1 year ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
fix: clippy issues
parent
f4c0f54a
No related branches found
No related tags found
No related merge requests found
Pipeline
#2746
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/apu.rs
+4
-4
4 additions, 4 deletions
src/apu.rs
with
4 additions
and
4 deletions
src/apu.rs
+
4
−
4
View file @
1452f6f5
...
...
@@ -599,7 +599,7 @@ impl Apu {
}
pub
fn
ch1_enabled
(
&
mut
self
)
->
bool
{
return
self
.ch1_out_enabled
;
self
.ch1_out_enabled
}
pub
fn
set_ch1_enabled
(
&
mut
self
,
enabled
:
bool
)
{
...
...
@@ -607,7 +607,7 @@ impl Apu {
}
pub
fn
ch2_enabled
(
&
mut
self
)
->
bool
{
return
self
.ch2_out_enabled
;
self
.ch2_out_enabled
}
pub
fn
set_ch2_enabled
(
&
mut
self
,
enabled
:
bool
)
{
...
...
@@ -615,7 +615,7 @@ impl Apu {
}
pub
fn
ch3_enabled
(
&
mut
self
)
->
bool
{
return
self
.ch3_out_enabled
;
self
.ch3_out_enabled
}
pub
fn
set_ch3_enabled
(
&
mut
self
,
enabled
:
bool
)
{
...
...
@@ -623,7 +623,7 @@ impl Apu {
}
pub
fn
ch4_enabled
(
&
mut
self
)
->
bool
{
return
self
.ch4_out_enabled
;
self
.ch4_out_enabled
}
pub
fn
set_ch4_enabled
(
&
mut
self
,
enabled
:
bool
)
{
...
...
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