Skip to content

Commit

Permalink
Remove references to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 21, 2024
1 parent 9e3a9db commit 406c2c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
## Multiple owners
.github/workflows/build-rust-crates.yml
.github/workflows/build-rust-cross-platform.yml
.github/workflows/build-wasm-internal.yml
.github/workflows/build-wasm.yml
.github/workflows/release-rust-crates.yml
.github/workflows/release-wasm.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
run: npm run lint

- name: Verify rust documentation links
run: cargo doc --no-deps --features internal
run: cargo doc --no-deps
env:
RUSTDOCFLAGS: "-D warnings"
27 changes: 0 additions & 27 deletions bacon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,6 @@ command = ["cargo", "doc", "--color", "always", "--no-deps", "--open"]
need_stdout = false
on_success = "back" # so that we don't open the browser at each change

[jobs.doc-internal]
command = [
"cargo",
"doc",
"--color",
"always",
"--no-deps",
"--all-features",
"--document-private-items",
]
need_stdout = false

[jobs.doc-internal-open]
command = [
"cargo",
"doc",
"--color",
"always",
"--no-deps",
"--all-features",
"--document-private-items",
"--open",
]
allow_warnings = true
need_stdout = false
on_success = "job:doc-internal"

# You may define here keybindings that would be specific to
# a project, for example a shortcut to launch a specific job.
# Shortcuts to internal functions (scrolling, toggling, etc.)
Expand Down

0 comments on commit 406c2c8

Please sign in to comment.