File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 14
14
// KIND, either express or implied. See the License for the
15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
- pub mod ignore_field ;
17
+ pub mod attached_token ;
18
18
pub mod stmt_create_table;
19
19
pub mod stmt_data_loading;
Original file line number Diff line number Diff line change 18
18
#[ cfg( not( feature = "std" ) ) ]
19
19
use alloc:: { boxed:: Box , vec:: Vec } ;
20
20
21
- use helpers:: ignore_field :: AttachedToken ;
21
+ use helpers:: attached_token :: AttachedToken ;
22
22
#[ cfg( feature = "serde" ) ]
23
23
use serde:: { Deserialize , Serialize } ;
24
24
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use core::{
24
24
fmt:: { self , Display } ,
25
25
str:: FromStr ,
26
26
} ;
27
- use helpers:: ignore_field :: AttachedToken ;
27
+ use helpers:: attached_token :: AttachedToken ;
28
28
29
29
use log:: debug;
30
30
You can’t perform that action at this time.
0 commit comments