y
This fixes the errors occuring while running the ui tests
This implements a machine applicable suggestion to any matched usage of `.as_ref().take()``
This lint checks if Option::take() is used on a temporary value (a value that is not of type &mut Option and that is not a Place expression) to suggest omitting take()