removing these
This commit is contained in:
parent
81e2734e8a
commit
8803976d2d
2 changed files with 0 additions and 3 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue