Skip to content

Commit

Permalink
feat: ✨ rustfmt,rust release,cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed May 21, 2024
1 parent ce99253 commit d8e19e8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
1 change: 0 additions & 1 deletion icons-lc/misc/file-release.svg

This file was deleted.

2 changes: 1 addition & 1 deletion icons-lc/rust/file-rust-cargo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons-lc/rust/file-rust-format.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons-lc/rust/file-rust-release.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions src/lucodear/icons/misc/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ export const files: LucodearFileIcon[] = lucodear('misc', [
fileExtensions: ['pur'],
light: true,
},
{
name: 'release',
fileNames: ['release.toml', 'Release.toml'],
light: true,
},
{
name: 'workflow',
fileExtensions: [
Expand Down
8 changes: 8 additions & 0 deletions src/lucodear/icons/rust/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ const rustDefault = lucodear('rust', [
fileNames: ['Cargo.toml', 'cargo.toml'],
light: true,
},
{
name: 'rust-format',
fileNames: ['rustfmt.toml'],
},
{
name: 'rust-lib',
fileNames: ['lib.rs'],
Expand All @@ -32,6 +36,10 @@ const rustDefault = lucodear('rust', [
fileNames: ['mod.rs'],
light: true,
},
{
name: 'rust-release',
fileNames: ['release.toml', 'Release.toml'],
},
{
name: 'rust-test',
fileExtensions: ['test/rs', 'tests/rs'],
Expand Down

0 comments on commit d8e19e8

Please sign in to comment.