From acb10caea35b32f20101e4958182ace41363c104 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 5 Aug 2021 13:54:17 +0200 Subject: [PATCH] internal cleanup: don't bother with Cargo.toml files Crates names just create noise --- cspell.json | 3 ++- sixtyfps_runtime/corelib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index 447cc8bc0..fbee3ffba 100644 --- a/cspell.json +++ b/cspell.json @@ -110,7 +110,8 @@ "ignorePaths": [ "cspell.json", "api/sixtyfps-cpp/docs/conf.py", - ".github/workflows/*.yaml" + ".github/workflows/*.yaml", + "Cargo.toml" ], "ignoreRegExpList": [ // Color encodings in all languages: diff --git a/sixtyfps_runtime/corelib/Cargo.toml b/sixtyfps_runtime/corelib/Cargo.toml index 2035532cf..4a89841ab 100644 --- a/sixtyfps_runtime/corelib/Cargo.toml +++ b/sixtyfps_runtime/corelib/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://sixtyfps.io" path = "lib.rs" [features] -# Allow the vewer to query at runtime information about item types +# Allow the viewer to query at runtime information about item types rtti = [] ffi = []