Commit 21e3e16 1 parent f3d806c commit 21e3e16 Copy full SHA for 21e3e16
File tree 1 file changed +3
-3
lines changed
editoast/editoast_derive/src
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ pub fn infra_model(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
38
38
///
39
39
/// ### Example
40
40
///
41
- /// ```
41
+ /// ```ignore
42
42
/// #[derive(Debug, EditoastError)]
43
43
/// #[editoast_error(base_id = "myview", default_status = 404)]
44
44
/// enum MyError {
@@ -101,7 +101,7 @@ pub fn model(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
101
101
///
102
102
/// ## Usage
103
103
///
104
- /// ```
104
+ /// ```ignore
105
105
/// #[derive(Search)]
106
106
/// #[search(
107
107
/// table = "osrd_search_track",
@@ -149,7 +149,7 @@ pub fn search(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
149
149
/// given a seach object name, returns the `SearchConfig` of the search object
150
150
/// matching.
151
151
///
152
- /// ```
152
+ /// ```ignore
153
153
/// #[derive(Search)]
154
154
/// struct Foo;
155
155
///
You can’t perform that action at this time.
0 commit comments