clippy
This commit is contained in:
parent
3967c8c98c
commit
9abc2c6401
@ -8,7 +8,7 @@ pub struct TextData {
|
||||
pub welcome: egui::RichText,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, serde::Serialize, serde::Deserialize)]
|
||||
#[derive(PartialEq, Eq, serde::Serialize, serde::Deserialize)]
|
||||
pub struct TextDataRaw {
|
||||
pub help_expr: String,
|
||||
pub help_vars: String,
|
||||
|
||||
@ -18,7 +18,7 @@ use std::{
|
||||
use unzip_n::unzip_n;
|
||||
|
||||
/// Represents the possible variations of Riemann Sums
|
||||
#[derive(PartialEq, Debug, Copy, Clone)]
|
||||
#[derive(PartialEq, Eq, Debug, Copy, Clone)]
|
||||
pub enum Riemann {
|
||||
Left,
|
||||
Middle,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user