For example: ``` rust #[deprecated] fn foo() { } #[deprecated] fn bar() { foo() } ``` Should not be a warning.