Skip to content

Commit ed59153

Browse files
authored
Merge pull request #336 from dskkato/fix_doc_build
`private-docs-rs` feature should be propagated to tensorflow-sys.
2 parents e4f9134 + dde4553 commit ed59153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tensorflow_unstable = []
4343
eager = ["tensorflow-sys/eager"]
4444
# This is for testing purposes; users should not use this.
4545
examples_system_alloc = ["tensorflow-sys/examples_system_alloc"]
46-
private-docs-rs = [] # DO NOT RELY ON THIS
46+
private-docs-rs = ["tensorflow-sys/private-docs-rs"] # DO NOT RELY ON THIS
4747

4848
[workspace]
4949

0 commit comments

Comments
 (0)