Commit silo output to github repo (hopefully) #34
ci.yml
on: push
Annotations
21 warnings
Check code:
silo/src/task/game.rs#L69
warning: unused import: `data::silo::game::ApiGameVersion`
--> silo/src/task/game.rs:69:9
|
69 | use data::silo::game::ApiGameVersion;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Check code:
silo/src/task/game.rs#L70
warning: unused import: `super::*`
--> silo/src/task/game.rs:70:9
|
70 | use super::*;
| ^^^^^^^^
|
Check code:
silo/src/main.rs#L41
warning: constant `META_VERSIONS` is never used
--> silo/src/main.rs:41:7
|
41 | const META_VERSIONS: [u64; 1] = [0];
| ^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Check code:
silo/src/task/mod.rs#L20
warning: enum `TaskId` is never used
--> silo/src/task/mod.rs:20:10
|
20 | pub enum TaskId {
| ^^^^^^
|
Check code:
modules/auth/src/store.rs#L22
warning: type alias `Registry` is never used
--> modules/auth/src/store.rs:22:6
|
22 | type Registry = FileRegistry<Vec<Account>>;
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Check code:
modules/auth/src/store.rs#L24
warning: static `REGISTRY` is never used
--> modules/auth/src/store.rs:24:8
|
24 | static REGISTRY: OnceCell<Registry> = OnceCell::new();
| ^^^^^^^^
|
Check code:
modules/auth/src/store.rs#L26
warning: struct `CredentialStore` is never constructed
--> modules/auth/src/store.rs:26:12
|
26 | pub struct CredentialStore<'a> {
| ^^^^^^^^^^^^^^^
|
Check code:
modules/auth/src/store.rs#L30
warning: associated items `get`, `accounts`, `accounts_owned`, and `insert` are never used
--> modules/auth/src/store.rs:31:14
|
30 | impl<'a> CredentialStore<'a> {
| ---------------------------- associated items in this implementation
31 | async fn get() -> Self {
| ^^^
...
42 | async fn accounts(&self) -> RwLockReadGuard<'_, Vec<Account>> {
| ^^^^^^^^
...
47 | async fn accounts_owned(&self) -> Vec<Account> {
| ^^^^^^^^^^^^^^
...
52 | async fn insert(&mut self, account: Account) -> Result<()> {
| ^^^^^^
|
Check code:
modules/auth/src/store.rs#L31
warning: associated items `get`, `accounts`, `accounts_owned`, and `insert` are never used
--> modules/auth/src/store.rs:31:14
|
30 | impl<'a> CredentialStore<'a> {
| ---------------------------- associated items in this implementation
31 | async fn get() -> Self {
| ^^^
...
42 | async fn accounts(&self) -> RwLockReadGuard<'_, Vec<Account>> {
| ^^^^^^^^
...
47 | async fn accounts_owned(&self) -> Vec<Account> {
| ^^^^^^^^^^^^^^
...
52 | async fn insert(&mut self, account: Account) -> Result<()> {
| ^^^^^^
|
Check code:
modules/auth/src/store.rs#L42
warning: associated items `get`, `accounts`, `accounts_owned`, and `insert` are never used
--> modules/auth/src/store.rs:31:14
|
30 | impl<'a> CredentialStore<'a> {
| ---------------------------- associated items in this implementation
31 | async fn get() -> Self {
| ^^^
...
42 | async fn accounts(&self) -> RwLockReadGuard<'_, Vec<Account>> {
| ^^^^^^^^
...
47 | async fn accounts_owned(&self) -> Vec<Account> {
| ^^^^^^^^^^^^^^
...
52 | async fn insert(&mut self, account: Account) -> Result<()> {
| ^^^^^^
|
Check code:
modules/auth/src/store.rs#L22
warning: type alias `Registry` is never used
--> modules/auth/src/store.rs:22:6
|
22 | type Registry = FileRegistry<Vec<Account>>;
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Check code:
modules/auth/src/store.rs#L24
warning: static `REGISTRY` is never used
--> modules/auth/src/store.rs:24:8
|
24 | static REGISTRY: OnceCell<Registry> = OnceCell::new();
| ^^^^^^^^
|
Check code:
modules/auth/src/store.rs#L26
warning: struct `CredentialStore` is never constructed
--> modules/auth/src/store.rs:26:12
|
26 | pub struct CredentialStore<'a> {
| ^^^^^^^^^^^^^^^
|
Check code:
modules/auth/src/store.rs#L30
warning: associated items `get`, `accounts`, `accounts_owned`, and `insert` are never used
--> modules/auth/src/store.rs:31:14
|
30 | impl<'a> CredentialStore<'a> {
| ---------------------------- associated items in this implementation
31 | async fn get() -> Self {
| ^^^
...
42 | async fn accounts(&self) -> RwLockReadGuard<'_, Vec<Account>> {
| ^^^^^^^^
...
47 | async fn accounts_owned(&self) -> Vec<Account> {
| ^^^^^^^^^^^^^^
...
52 | async fn insert(&mut self, account: Account) -> Result<()> {
| ^^^^^^
|
Check code:
modules/auth/src/store.rs#L31
warning: associated items `get`, `accounts`, `accounts_owned`, and `insert` are never used
--> modules/auth/src/store.rs:31:14
|
30 | impl<'a> CredentialStore<'a> {
| ---------------------------- associated items in this implementation
31 | async fn get() -> Self {
| ^^^
...
42 | async fn accounts(&self) -> RwLockReadGuard<'_, Vec<Account>> {
| ^^^^^^^^
...
47 | async fn accounts_owned(&self) -> Vec<Account> {
| ^^^^^^^^^^^^^^
...
52 | async fn insert(&mut self, account: Account) -> Result<()> {
| ^^^^^^
|
Check code:
modules/auth/src/store.rs#L42
warning: associated items `get`, `accounts`, `accounts_owned`, and `insert` are never used
--> modules/auth/src/store.rs:31:14
|
30 | impl<'a> CredentialStore<'a> {
| ---------------------------- associated items in this implementation
31 | async fn get() -> Self {
| ^^^
...
42 | async fn accounts(&self) -> RwLockReadGuard<'_, Vec<Account>> {
| ^^^^^^^^
...
47 | async fn accounts_owned(&self) -> Vec<Account> {
| ^^^^^^^^^^^^^^
...
52 | async fn insert(&mut self, account: Account) -> Result<()> {
| ^^^^^^
|
Check code:
modules/auth/src/store.rs#L47
warning: associated items `get`, `accounts`, `accounts_owned`, and `insert` are never used
--> modules/auth/src/store.rs:31:14
|
30 | impl<'a> CredentialStore<'a> {
| ---------------------------- associated items in this implementation
31 | async fn get() -> Self {
| ^^^
...
42 | async fn accounts(&self) -> RwLockReadGuard<'_, Vec<Account>> {
| ^^^^^^^^
...
47 | async fn accounts_owned(&self) -> Vec<Account> {
| ^^^^^^^^^^^^^^
...
52 | async fn insert(&mut self, account: Account) -> Result<()> {
| ^^^^^^
|
Check code:
modules/auth/src/store.rs#L52
warning: associated items `get`, `accounts`, `accounts_owned`, and `insert` are never used
--> modules/auth/src/store.rs:31:14
|
30 | impl<'a> CredentialStore<'a> {
| ---------------------------- associated items in this implementation
31 | async fn get() -> Self {
| ^^^
...
42 | async fn accounts(&self) -> RwLockReadGuard<'_, Vec<Account>> {
| ^^^^^^^^
...
47 | async fn accounts_owned(&self) -> Vec<Account> {
| ^^^^^^^^^^^^^^
...
52 | async fn insert(&mut self, account: Account) -> Result<()> {
| ^^^^^^
|
Check code:
silo/src/main.rs#L41
warning: constant `META_VERSIONS` is never used
--> silo/src/main.rs:41:7
|
41 | const META_VERSIONS: [u64; 1] = [0];
| ^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Check code:
silo/src/task/mod.rs#L20
warning: enum `TaskId` is never used
--> silo/src/task/mod.rs:20:10
|
20 | pub enum TaskId {
| ^^^^^^
|
Deploy metadata site
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: cloudflare/pages-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|