Skip to content

Commit 06a96b7

Browse files
authored
Merge pull request #550 from Nitrokey/add-fixme
Add FIXME prefix to temporary workaround
2 parents b6c0739 + 2680f71 commit 06a96b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ pub mod storage;
181181
pub mod string;
182182
pub mod vec;
183183

184-
// Workaround a compiler ICE in rust 1.83 to 1.86
184+
// FIXME: Workaround a compiler ICE in rust 1.83 to 1.86
185185
// https://github.com/rust-lang/rust/issues/138979#issuecomment-2760839948
186186
#[expect(dead_code)]
187187
fn dead_code_ice_workaround() {}

0 commit comments

Comments
 (0)