removing these

This commit is contained in:
Chris Cochrun 2026-02-15 12:57:41 -06:00
parent 81e2734e8a
commit 8803976d2d
2 changed files with 0 additions and 3 deletions

View file

@ -2,9 +2,7 @@ use cosmic::iced::Point;
pub use self::column::column;
pub use self::row::row;
#[allow(clippy::all)]
pub mod column;
#[allow(clippy::all)]
pub mod row;
#[derive(Debug, Clone)]

View file

@ -22,7 +22,6 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#![allow(clippy::all)]
use cosmic::Theme;
use cosmic::iced::advanced::layout::{self, Layout};
use cosmic::iced::advanced::widget::{Operation, Tree, Widget, tree};