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
No known key found for this signature in database
GPG Key ID: 0AC856975983E9DB

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 = []