]> Untitled Git - lemmy.git/commit
Allow wildcard imports in schema.rs (#3293)
authorNutomic <me@nutomic.com>
Mon, 26 Jun 2023 09:18:29 +0000 (11:18 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2023 09:18:29 +0000 (11:18 +0200)
commitddfa112e0b48d8facdefb1f09fb5f1db6c2c6677
tree06437114d237409817cc1b6d576d341bf638313c
parentc5886404efaba6ba477e6c30830115473f497706
Allow wildcard imports in schema.rs (#3293)

Dont mess with auto-generated code, this avoids problems with
clippy after running diesel commands
crates/db_schema/src/lib.rs
crates/db_schema/src/schema.rs