Skip to content

Commit 2605da8

Browse files
DrChatemilio
authored andcommitted
remove old comment
1 parent c8c20a6 commit 2605da8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/codegen/dyngen.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ impl DynamicItems {
7878
let init_fields = &self.init_fields;
7979
let struct_implementation = &self.struct_implementation;
8080

81-
// FIXME: Is there a better way to lay this out? Conditional in the quote
82-
// macro?
83-
// If we have any required symbols, we must alter the signature of `from_library`
84-
// so that it can return a failure code.
8581
quote! {
8682
extern crate libloading;
8783

0 commit comments

Comments
 (0)