Cleanup warnings

This commit is contained in:
Jeremy Wall 2022-02-11 20:32:54 -05:00
parent 866483aa98
commit 42f6d3230a
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ use crate::console_log;
use crate::service::AppService; use crate::service::AppService;
use std::rc::Rc; use std::rc::Rc;
use recipes::{Ingredient, IngredientAccumulator, IngredientKey}; use recipes::{Ingredient, IngredientKey};
use sycamore::{context::use_context, prelude::*}; use sycamore::{context::use_context, prelude::*};
struct RecipeCheckBoxProps { struct RecipeCheckBoxProps {

View File

@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
use std::collections::BTreeMap; use std::collections::BTreeMap;
use std::rc::Rc;
use crate::{console_debug, console_error}; use crate::{console_debug, console_error};