Skip to content

fix: correct server args #2

fix: correct server args

fix: correct server args #2

GitHub Actions / clippy failed Jul 15, 2024 in 0s

12 warnings

clippy found 12 warnings

Annotations

Check warning on line 91 in nyanpasu_service/src/cmds/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/cmds/mod.rs#L91

unreachable pattern

Check warning on line 3 in nyanpasu_service/src/server/consts.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/server/consts.rs#L3

fields `service_data_dir`, `service_config_dir`, `nyanpasu_config_dir`, and `nyanpasu_data_dir` are never read

Check warning on line 7 in nyanpasu_service/src/server/routing/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/server/routing/mod.rs#L7

function `apply_routes` is never used

Check warning on line 10 in nyanpasu_service/src/server/routing/status.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/server/routing/status.rs#L10

function `status` is never used

Check warning on line 7 in nyanpasu_service/src/utils/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/utils/mod.rs#L7

function `get_name` is never used

Check warning on line 17 in nyanpasu_service/src/server/consts.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/server/consts.rs#L17

unused `std::result::Result` that must be used

Check warning on line 91 in nyanpasu_service/src/cmds/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/cmds/mod.rs#L91

unreachable pattern

Check warning on line 3 in nyanpasu_service/src/server/consts.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/server/consts.rs#L3

fields `service_data_dir`, `service_config_dir`, `nyanpasu_config_dir`, and `nyanpasu_data_dir` are never read

Check warning on line 7 in nyanpasu_service/src/server/routing/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/server/routing/mod.rs#L7

function `apply_routes` is never used

Check warning on line 10 in nyanpasu_service/src/server/routing/status.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/server/routing/status.rs#L10

function `status` is never used

Check warning on line 7 in nyanpasu_service/src/utils/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/utils/mod.rs#L7

function `get_name` is never used

Check warning on line 17 in nyanpasu_service/src/server/consts.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

nyanpasu_service/src/server/consts.rs#L17

unused `std::result::Result` that must be used