Skip to content

Commit d453b18

Browse files
committed
Fix warnings & update tests
1 parent 1117f61 commit d453b18

6 files changed

Lines changed: 10 additions & 13 deletions

File tree

rust/perspective-viewer/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/perspective-viewer/src/rust/components/column_settings_sidebar/style_tab.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ mod symbol;
1616
use yew::{function_component, html, Html, Properties};
1717

1818
use crate::components::column_settings_sidebar::style_tab::column_style::ColumnStyle;
19-
use crate::config::plugin::{PluginAttributes, PluginConfig};
2019
use crate::config::Type;
2120
use crate::custom_events::CustomEvents;
2221
use crate::renderer::Renderer;

rust/perspective-viewer/src/rust/components/column_settings_sidebar/style_tab/symbol.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ mod types;
1818
use std::rc::Rc;
1919

2020
use itertools::Itertools;
21-
use serde::{Deserialize, Serialize};
2221
use yew::{html, Html, Properties};
2322

2423
use self::types::{SymbolConfig, SymbolKVPair};

rust/perspective-viewer/src/rust/model/export_method.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use std::rc::Rc;
1515
use yew::prelude::*;
1616

1717
use crate::js::*;
18-
use crate::*;
1918

2019
#[derive(Clone, Copy, Eq, PartialEq)]
2120
pub enum ExportMethod {
@@ -90,7 +89,7 @@ impl From<ExportFile> for Html {
9089
None
9190
};
9291

93-
html_template! {
92+
html! {
9493
<code class={ class }>
9594
{ x.name }
9695
{ x.method.as_filename() }

rust/perspective-viewer/tasks/bundle/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ path = "main.rs"
2121
bench = false
2222

2323
[dependencies]
24-
flate2 = "1.0.20"
25-
wasm-bindgen-cli-support = "0.2.84"
26-
wasm-opt = "0.112.0"
24+
flate2 = "1.0.28"
25+
wasm-bindgen-cli-support = "0.2.87"
26+
wasm-opt = "0.116.0"
107 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)