Skip to content

Merge pull request #49 from renegade-fi/joey/initial-queries

Sign in for the full log view
GitHub Actions / clippy failed Oct 21, 2024 in 1s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.78.0-nightly (3cbb93223 2024-03-13)
  • cargo 1.78.0-nightly (7065f0ef4 2024-03-12)
  • clippy 0.1.78 (3cbb932 2024-03-13)

Annotations

Check failure on line 21 in auth-server/src/server/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

type alias `DbConn` is never used

error: type alias `DbConn` is never used
  --> auth-server/src/server/mod.rs:21:10
   |
21 | pub type DbConn<'a> = PooledConnection<'a, AsyncDieselConnectionManager<AsyncPgConnection>>;
   |          ^^^^^^
   |
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`