1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-29 22:47:44 +00:00

Clippy lints and optimization

This commit is contained in:
RGBCube 2025-02-02 22:15:05 +03:00
parent a4724700b2
commit 601d4fed5f
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
6 changed files with 17 additions and 153 deletions

View file

@ -8,7 +8,7 @@ categories = [ "filesystem" ]
authors = [ "RGBCube" ]
version = "0.1.4"
edition = "2021"
include = [ "src/**/*.rs", "README.md" ]
include = [ "src/**/*.rs", "../README.md" ]
[package.metadata.docs.rs]
rustc-args = [ "--cfg", "procmacro2_semver_exempt" ]