Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit391c72e

Browse files
committed
delete dead code
1 parentabd4cd7 commit391c72e

File tree

1 file changed

+1
-3
lines changed
  • rbatis-codegen/src/codegen/syntax_tree_html

1 file changed

+1
-3
lines changed

‎rbatis-codegen/src/codegen/syntax_tree_html/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ where
6666
/// Defines how a node is created from an `Element` and how it generates Rust TokenStream.
6767
pubtraitHtmlAstNode{
6868
/// Returns the XML tag name for this node type (e.g., "if", "select").
69-
fnnode_tag_name() ->&'staticstr
70-
where
71-
Self:Sized;
69+
fnnode_tag_name() ->&'staticstr;
7270

7371
/// Creates an instance of the node from a generic `Element`.
7472
/// This method will extract necessary attributes and validate them.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp