description
fn description(&self) -> String
Returns:
String
: A string containing a detailed description of what the issue is, why it is significant, and possibly how to fix it.
Example:
fn description(&self) -> String { String::from("There is a subtle difference between the implementation of solmate's SafeTransferLib and OZ's SafeERC20: OZ's SafeERC20 checks if the token is a contract or not, solmate's SafeTransferLib does not.\nhttps://github.com/transmissions11/solmate/blob/main/src/utils/SafeTransferLib.sol#L9 \n`@dev Note that none of the functions in this library check that a token has code at all! That responsibility is delegated to the caller`\n") }