Back to Sway

Allow

docs/reference/src/documentation/language/annotations/attributes/allow.md

0.71.0479 B
Original Source

Allow

Dead code

The #[allow(dead_code)] annotation disables warnings which are emitted by the compiler for code that is unused.

sway
{{#include ../../../../code/language/annotations/src/main.sw:allow_deadcode_annotation}}

Deprecated

The #[allow(deprecated)] annotation disables warnings which are emitted by the compiler for usage of deprecated items.

sway
{{#include ../../../../code/language/annotations/src/main.sw:allow_deprecated_annotation}}