mirror of
https://github.com/openai/codex.git
synced 2026-05-17 09:43:19 +00:00
Start from the pinned `origin/dev/friel/collab-stack` snapshot and fold in the local follow-up repairs that made that imported stack usable here: watchdog spawn/registration plumbing, deferred-tool fallback behavior, collab discovery fixture alignment, schema mirroring, and subagent-panel fixes. Original imported source: - source ref: `refs/remotes/origin/dev/friel/collab-stack` - source tip: `599ed9dc05eafd116192184bd54a2a55a2c49366` - original base: `c1d18ceb6f22ae3acd67bbd6badad0f475b31dfc`
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.
|