Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Feb 24, 2023
1 parent 44dc500 commit fff3a82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/vim/ext.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Utilities that don't directly map to the Neovim API but make use of it or extend it
use crate::prelude::*;
use std::{ffi::c_int, path::PathBuf};
use std::path::PathBuf;

/// Creats a session at the given path using `mksession!`
///
Expand Down
1 change: 0 additions & 1 deletion src/vim/func.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Corresponds to `vim.fn`
use crate::prelude::*;
use serde::{Deserialize, Serialize};

/// Gets the `vim.fn` table
pub fn get(lua: &Lua) -> LuaResult<LuaTable> {
Expand Down

0 comments on commit fff3a82

Please sign in to comment.