summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDr. Chat <arkolbed@gmail.com>2021-03-29 11:26:11 -0500
committerEmilio Cobos Álvarez <emilio@crisal.io>2021-04-03 12:24:15 +0200
commit2605da86c8cd7930f0c0d5f1025e33855a582bc0 (patch)
treea3c8d1420d484dd9bc4d563055f34efca1915efa /src
parentc8c20a6c8bb759a162138673c809245821bcadf5 (diff)
remove old comment
Diffstat (limited to 'src')
-rw-r--r--src/codegen/dyngen.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/codegen/dyngen.rs b/src/codegen/dyngen.rs
index f0152349..5bb8747c 100644
--- a/src/codegen/dyngen.rs
+++ b/src/codegen/dyngen.rs
@@ -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;