tweaks to highlighting and colorscheme #253
rust.yml
on: push
Ensure rustfmt is happy
5s
Lint the codebase with clippy
29s
Check doc links are valid
33s
Matrix: test
Annotations
6 errors
cannot find value `cgf` in this scope:
src/config.rs#L81
error[E0425]: cannot find value `cgf` in this scope
--> src/config.rs:81:22
|
81 | for style in cgf.colorscheme.syntax.values_mut() {
| ^^^ help: a local variable with a similar name exists: `cfg`
|
cannot find value `cgf` in this scope:
src/config.rs#L81
error[E0425]: cannot find value `cgf` in this scope
--> src/config.rs:81:22
|
81 | for style in cgf.colorscheme.syntax.values_mut() {
| ^^^ help: a local variable with a similar name exists: `cfg`
|
Lint the codebase with clippy
Clippy had exited with the 101 exit code
|
Test Rust stable
Process completed with exit code 101.
|
Test Rust nightly
Process completed with exit code 101.
|
Test Rust beta
Process completed with exit code 101.
|