mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 19:46:36 +02:00
fix build errors
This commit is contained in:
parent
bb9e8af4e0
commit
9dbd0e654c
2 changed files with 2 additions and 9 deletions
|
@ -998,12 +998,4 @@ let_underscore_future = { level = "allow", priority = 1 }
|
||||||
|
|
||||||
# rust doesnt understand conduwuit's custom log macros
|
# rust doesnt understand conduwuit's custom log macros
|
||||||
literal_string_with_formatting_args = { level = "allow", priority = 1 }
|
literal_string_with_formatting_args = { level = "allow", priority = 1 }
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
|
|
||||||
needless_raw_string_hashes = "allow"
|
needless_raw_string_hashes = "allow"
|
||||||
||||||| parent of fd972f11 (chore: Fix most clippy issue, format & typos)
|
|
||||||
=======
|
|
||||||
|
|
||||||
needless_raw_string_hashes = "allow"
|
|
||||||
>>>>>>> fd972f11 (chore: Fix most clippy issue, format & typos)
|
|
||||||
|
|
|
@ -2,7 +2,8 @@ use askama::Template;
|
||||||
use percent_encoding::{NON_ALPHANUMERIC, utf8_percent_encode};
|
use percent_encoding::{NON_ALPHANUMERIC, utf8_percent_encode};
|
||||||
|
|
||||||
// Imports needed by askama templates.
|
// Imports needed by askama templates.
|
||||||
use crate::{GIT_REMOTE_COMMIT_URL, GIT_REMOTE_WEB_URL, VERSION_EXTRA};
|
use crate::{GIT_REMOTE_COMMIT_URL, GIT_REMOTE_WEB_URL};
|
||||||
|
use conduwuit_build_metadata::version_tag;
|
||||||
|
|
||||||
mod authorize;
|
mod authorize;
|
||||||
mod consent;
|
mod consent;
|
||||||
|
|
Loading…
Add table
Reference in a new issue