Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: v4 - go small go home #130

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

feat: v4 - go small go home #130

wants to merge 13 commits into from

Conversation

Shemnei
Copy link
Owner

@Shemnei Shemnei commented Aug 26, 2023

Discussion here: #128

@Shemnei Shemnei added the enhancement New feature or request label Aug 26, 2023
@Shemnei Shemnei self-assigned this Aug 26, 2023
@@ -0,0 +1,81 @@
use std::{
collections::{btree_set, BTreeMap, BTreeSet, HashSet},

Check warning

Code scanning / clippy

unused imports: `HashSet`, `ops::Deref`

unused imports: `HashSet`, `ops::Deref`
@@ -0,0 +1,81 @@
use std::{
collections::{btree_set, BTreeMap, BTreeSet, HashSet},
ops::Deref,

Check warning

Code scanning / clippy

unused imports: `HashSet`, `ops::Deref`

unused imports: `HashSet`, `ops::Deref`
}
}

return None;

Check warning

Code scanning / clippy

unneeded `return` statement

unneeded `return` statement
where
E: de::Error,
{
Ok(Value::Int(v as i64))

Check warning

Code scanning / clippy

casting to the same type is unnecessary (`i64` -> `i64`)

casting to the same type is unnecessary (`i64` -> `i64`)
where
E: de::Error,
{
Ok(Value::Float(v as f64))

Check warning

Code scanning / clippy

casting to the same type is unnecessary (`f64` -> `f64`)

casting to the same type is unnecessary (`f64` -> `f64`)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant