Skip to content

Commit

Permalink
Make sure workflows run
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Jan 13, 2025
1 parent 2662855 commit 14f35ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions design-docs/src/mdbook/src/links.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- internal -->


[configuration store]: /dataplane/design.md#configuration-store
[control plane]: /dataplane/design.md#control-plane
[dataplane model]: /dataplane/design.md#dataplane-model
Expand Down
1 change: 1 addition & 0 deletions scratch/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use std::net::Ipv4Addr;
use std::time::Instant;
use tracing::{debug, error, info, trace, warn};


#[tracing::instrument(level = "trace", ret)]
// TODO: proper safety. This should return a Result but I'm being a savage for demo purposes.
fn as_cstr(s: &str) -> CString {
Expand Down

0 comments on commit 14f35ab

Please sign in to comment.