Add comment explaining what the nightly cargo feature provides

This commit is contained in:
Christopher Cole
2023-01-21 12:01:38 -08:00
parent b53647d782
commit b1883750b1
+1
View File
@@ -21,4 +21,5 @@ name = "elf"
default = ["std", "to_str"]
std = []
to_str = []
# Enable for nightly feature(error_in_core) to impl core::error::Error on ParseError
nightly = []