From bb38608bcec5c8bf21497f53e7a842ca2f7869c6 Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Tue, 2 Jul 2024 19:25:52 +0000 Subject: [PATCH] doc: Update --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 502ad63..127fa06 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ void main() { ``` # Project Goals -*** rust_core's primary goal is to bring Rust's features and ergonomics to Dart. To accomplish this, Rust's functionalities are carefully adapted to Dart's paradigms, focusing on a smooth idiomatic language-compatible integration.