Skip to content

feat: v4 - go small go home#130

Draft
Shemnei wants to merge 13 commits into
mainfrom
features/go-small-go-home
Draft

feat: v4 - go small go home#130
Shemnei wants to merge 13 commits into
mainfrom
features/go-small-go-home

Conversation

@Shemnei
Copy link
Copy Markdown
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
Comment thread crates/punktf-lib-gsgh/src/env.rs Outdated
@@ -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`
Comment thread crates/punktf-lib-gsgh/src/env.rs Outdated
@@ -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`
Comment thread crates/punktf-lib-gsgh/src/env.rs Outdated
}
}

return None;

Check warning

Code scanning / clippy

unneeded `return` statement

unneeded `return` statement
Comment thread crates/punktf-lib-gsgh/src/value.rs Outdated
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`)
Comment thread crates/punktf-lib-gsgh/src/value.rs Outdated
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`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants