chore: refactor db #4
Annotations
6 errors and 6 warnings
src/lib.rs#L1
file not found for module `auth`
|
src/lib.rs#L3
unresolved imports `auth::authenticate`, `auth::handle_callback`, `auth::AuthError`, `auth::UserInfo`
|
|
|
src/lib.rs#L1
error[E0583]: file not found for module `auth`
--> src/lib.rs:1:1
|
1 | mod auth;
| ^^^^^^^^^
|
= help: to create the module `auth`, create file "src/auth.rs" or "src/auth/mod.rs"
= note: if there is a `mod auth` elsewhere in the crate already, import it with `use crate::...` instead
|
src/lib.rs#L3
error[E0432]: unresolved imports `auth::authenticate`, `auth::handle_callback`, `auth::AuthError`, `auth::UserInfo`
--> src/lib.rs:3:16
|
3 | pub use auth::{authenticate, handle_callback, AuthError, UserInfo};
| ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^ no `UserInfo` in `auth`
| | | |
| | | no `AuthError` in `auth`
| | no `handle_callback` in `auth`
| no `authenticate` in `auth`
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, arduino/setup-protoc@v1, actions-rs/clippy@master, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy@master, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading