remove old comment

This commit is contained in:
Dr. Chat 2021-03-29 11:26:11 -05:00 committed by Emilio Cobos Álvarez
parent c8c20a6c8b
commit 2605da86c8

View File

@ -78,10 +78,6 @@ impl DynamicItems {
let init_fields = &self.init_fields;
let struct_implementation = &self.struct_implementation;
// FIXME: Is there a better way to lay this out? Conditional in the quote
// macro?
// If we have any required symbols, we must alter the signature of `from_library`
// so that it can return a failure code.
quote! {
extern crate libloading;