ci: Fix dead code error on nightly
See https://github.com/rust-lang/rust/pull/118297
This commit is contained in:
parent
d39528aa69
commit
f99c810bec
5 changed files with 9 additions and 9 deletions
|
|
@ -52,7 +52,7 @@ pub enum ImeRequest {
|
|||
pub(crate) enum ImeCreationError {
|
||||
// Boxed to prevent large error type
|
||||
OpenFailure(Box<PotentialInputMethods>),
|
||||
SetDestroyCallbackFailed(XError),
|
||||
SetDestroyCallbackFailed(#[allow(dead_code)] XError),
|
||||
}
|
||||
|
||||
pub(crate) struct Ime {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue