We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0b195 commit 486c48bCopy full SHA for 486c48b
src/librustc_codegen_llvm/llvm/ffi.rs
@@ -500,9 +500,6 @@ pub enum DiagnosticLevel {
500
#[derive(Copy, Clone)]
501
#[repr(C)]
502
pub enum ArchiveKind {
503
- // FIXME: figure out if this variant is needed at all.
504
- #[allow(dead_code)]
505
- Other,
506
K_GNU,
507
K_BSD,
508
K_DARWIN,
src/rustllvm/ArchiveWrapper.cpp
@@ -35,7 +35,6 @@ struct RustArchiveIterator {
35
};
36
37
enum class LLVMRustArchiveKind {
38
39
GNU,
40
BSD,
41
DARWIN,
0 commit comments