aboutsummaryrefslogtreecommitdiff
path: root/examples/example-combine-pathf-metadata/page.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-combine-pathf-metadata/page.toml')
-rw-r--r--examples/example-combine-pathf-metadata/page.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example-combine-pathf-metadata/page.toml b/examples/example-combine-pathf-metadata/page.toml
index 76c1700..7e9b48c 100644
--- a/examples/example-combine-pathf-metadata/page.toml
+++ b/examples/example-combine-pathf-metadata/page.toml
@@ -6,5 +6,5 @@ category = "advanced"
desc = """
Combines the `pathf` feature with entry metadata. The metadata `DataType` and the entry `BindType` are defined inside a submodule, and `pathf` resolves them for `gen_program!()` at build time.
"""
-tags = ["pathf", "metadata", "build.rs"]
-files = ["src/main.rs", "src/sub/mod.rs", "build.rs", "Cargo.toml"]
+tags = ["pathf", "metadata"]
+files = ["src/main.rs", "src/sub/mod.rs", "Cargo.toml"]