Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

json: change jsonp to json using new implementation #1924

Merged
merged 1 commit into from
Jun 27, 2024

`json`: change `jsonp` to `json` using new implementation

29d610f
Select commit
Loading
Failed to load commit list.
Merged

json: change jsonp to json using new implementation #1924

`json`: change `jsonp` to `json` using new implementation
29d610f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clippy succeeded Jun 27, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 88 in src/cmd/json.rs

See this annotation in the file changed.

Code scanning / clippy

useless conversion to the same type: std::string::String Warning

useless conversion to the same type: std::string::String

Check warning on line 95 in src/cmd/json.rs

See this annotation in the file changed.

Code scanning / clippy

accessing first element with value .as_array() .unwrap().get(0) Warning

accessing first element with value .as\_array() .unwrap().get(0)

Check warning on line 124 in src/cmd/json.rs

See this annotation in the file changed.

Code scanning / clippy

the borrowed expression implements the required traits Warning

the borrowed expression implements the required traits