File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 run : rustup target add wasm32-unknown-unknown
3737
3838 - name : lint
39- run : cargo clippy & cargo fmt --check
39+ run : |
40+ cargo clippy -- -D warnings
41+ cargo fmt --check
4042
4143 # If using tailwind...
4244 # - name: Download and install tailwindcss binary
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ pub fn AnnouncementsPage() -> impl IntoView {
7777 // Set selected from query param if present
7878 {
7979 let location = location. clone ( ) ;
80- let set_selected = set_selected. clone ( ) ;
8180 let announcements_clone = announcements. clone ( ) ;
8281 Effect :: new ( move |_| {
8382 let search = location. search . get ( ) ;
Original file line number Diff line number Diff line change 11use crate :: components:: documentation_training:: { DocLink , DocumentationTraining } ;
2- use crate :: components:: partners_grid:: PartnersGrid ;
32use crate :: components:: footer:: Footer ;
43use crate :: components:: header:: Header ;
54use crate :: components:: main:: Main ;
5+ use crate :: components:: partners_grid:: PartnersGrid ;
66
77use leptos:: prelude:: * ;
88
You can’t perform that action at this time.
0 commit comments