mirror of
https://github.com/openai/codex.git
synced 2026-04-28 16:45:54 +00:00
11 lines
241 B
Diff
11 lines
241 B
Diff
diff --git a/src/lib.rs b/src/lib.rs
|
|
index 2d5a2a2..6e8c4cd 100644
|
|
--- a/src/lib.rs
|
|
+++ b/src/lib.rs
|
|
@@ -1,4 +1,4 @@
|
|
-#![doc = include_str!("../readme.md")]
|
|
+#![doc = "windows-link"]
|
|
#![no_std]
|
|
|
|
/// Defines an external function to import.
|